ChapterFrame

open class ChapterFrame : Id3Frame

Constructors

ChapterFrame
Link copied to clipboard
open fun ChapterFrame(chapterId: String, startTimeMs: Int, endTimeMs: Int, startOffset: Long, endOffset: Long, subFrames: Array<Id3Frame>)

Properties

chapterId
Link copied to clipboard
val chapterId: String
endOffset
Link copied to clipboard
val endOffset: Long
endTimeMs
Link copied to clipboard
val endTimeMs: Int
ID
Link copied to clipboard
val ID: String
startOffset
Link copied to clipboard
val startOffset: Long
startTimeMs
Link copied to clipboard
val startTimeMs: Int
subFrames
Link copied to clipboard
val subFrames: Array<Id3Frame>

Functions

equals
Link copied to clipboard
open fun equals(o: Any): Boolean
getSubFrame
Link copied to clipboard
open fun getSubFrame(index: Int): Id3Frame
getSubFrameCount
Link copied to clipboard
open fun getSubFrameCount(): Int
hashCode
Link copied to clipboard
open fun hashCode(): Int

Inherited functions

getType
Link copied to clipboard
open fun getType(): String